home *** CD-ROM | disk | FTP | other *** search
/ ThrustMaster (Europe) (Press Kit) / ThrustMaster (Europe) (Press Kit).bin / progs / f16 / MK2PROGS.SHR / KACES.ADV < prev    next >
Encoding:
Text File  |  1995-05-17  |  3.2 KB  |  66 lines

  1. REM ╔═══════════════════════════════════════════════════════════════════════╗
  2. REM ║ CAUTION!!!  You MUST have ThrustMaster Command & Control Center       ║
  3. REM ║ (MARK2.EXE) vs 1.38 or higher and MK2LOAD.EXE vs 5.01 or higher to    ║
  4. REM ║ use the macro capability.  You can tell if you have vs 1.38 by looking║
  5. REM ║ at the top of the C&CC screen where the version # is shown on any of  ║
  6. REM ║ the menu screens or click on F-7 About to view the version #.  To tell║
  7. REM ║ if you have MK2LOAD.EXE vs 5.01 just download a file - you will see   ║
  8. REM ║ the version # at the top of the download screen. To obtain the newer  ║
  9. REM ║ versions if you do not have them, check with any of the listed places ║
  10. REM ║ in C:\MARK2\MK2UTILS\TMBBS.TXT where you may download the latest      ║
  11. REM ║ versions of the Command and Control Center software.                  ║
  12. REM ╚═══════════════════════════════════════════════════════════════════════╝
  13. REM For Aces of the Pacific, from Dynamix
  14. REM Set BLACK switch and RED switch to DIGITAL.
  15. REM Select Joystick 1 for stick, keyboard for throttle.
  16. REM ══════════════════════════════════════════════════════════════════════════
  17. Mdef KACES
  18. REM ══════════════════════════════════════════════════════════════════════════
  19. @Throttle
  20. REM ══════════════════════════════════════════════════════════════════════════
  21. BTN UB Viewtoggle
  22. BTN MB Dropbombs
  23. BTN LB Changeguns
  24. REM ══════════════════════════════════════════════════════════════════════════
  25. BTN HU Lookup
  26. BTN HR Lookright
  27. BTN HD Lookback
  28. BTN HL Lookleft
  29. BTN HM Lookfoward
  30. REM ══════════════════════════════════════════════════════════════════════════
  31. BTN 1 /U Msgoption1
  32.       /M Landinggear
  33.       /D Msg"clear_tail"
  34. BTN 2 /U Msgoption2
  35.       /M Flaps
  36.       /D Msg"break_left"
  37. BTN 3 /U Msgoption3
  38.       /M Unjamguns
  39.       /D Msg"break_right"
  40. BTN 4 /U Msgoption4
  41.       /M Droptanks
  42.       /D Msg"get_on_wing"
  43. BTN 5 /U Msgoption5
  44.       /M Rocketsalvo
  45.       /D Msg"Attack_all"
  46. BTN 6 /U Abortmessage
  47.       /M Autopilot
  48.       /D Abortmessage
  49. REM ══════════════════════════════════════════════════════════════════════════
  50. REM  Rocker Dn is wingman communications mode (Wingman commands only)
  51. REM            Only valid when wingman (or sole-surviving "other section"
  52. REM            member replacing dead wingman) is alive and in radio range.
  53. REM  Rocker Up is general (Flight, Other section, LSO) communications mode
  54. REM            This mode does not automatically desiginate the wingman as
  55. REM            the message recipient.
  56. REM  Rocker Md is normal flight mode (Flaps, Gear, Unjam guns, Drop external
  57. REM            tank, Fire rockets, Engage autopilot)
  58. REM ══════════════════════════════════════════════════════════════════════════
  59.  
  60. rem NOTE: THIS FILE IS TO BE USED WITH THE NEW CHIP AND MICROCODE FOR THE
  61. rem MARK II WCS ONLY.  IF YOU DO NOT HAVE THIS CHIP, THEN CONTACT THRUSTMASTER
  62. rem TO INQUIRE ABOUT UPGRADING TO THE NEW CHIP AND MICROCODE!!!!
  63. rem How can you tell if you have the new chip and microcode?  At the C:\MARK2
  64. rem Dos prompt type DIR MK2LOAD.EXE and hit enter.  If it says "File not found
  65. rem then you have the old microcode version that uses DOWNLOAD.EXE instead.
  66.